In [1]:
rnorm(10)
Out[1]:
In [2]:
# These are my notes
In [3]:
options(repr.plot.width=4, repr.plot.height=3)
plot(1:10)
In [ ]: